Day
fun Day(day: CalendarDay, isSelected: Boolean, moodColor: Color = Color.Transparent, onClick: (Date?) -> Unit)
Displays a single day in the calendar, showing the date and mood color based on the evaluation.
Parameters
day
The day to display.
is Selected
Whether the day is selected.
mood Color
The background color for the mood associated with the day.
on Click
Callback to be invoked when the day is clicked.